Skip to main content

Result< void >

Specialization for void (operation succeeded with no return value)

Public Methods


Result

Deleted constructor.

is_ok

const

is_err

const

error

const

code

const

unwrap

const

operator bool

const explicit

Public Static Methods


Ok

static

Err

static

Private Attributes


is_ok_


error_msg_


error_code_

Private Methods


Result

inline